-- background: 3553 from stack: in -- bmap block id: 4077 -- flags: 4000 -- background id: 0 -- name: Info -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=113 top=8 right=47 bottom=400 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Table Of Contents ----- HyperTalk script ----- on mouseUp visual effect dissolve go card "Table Of Contents" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=60 top=305 right=327 bottom=109 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Quit ----- HyperTalk script ----- on mouseUp domenu "Quit HyperCard" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=408 top=303 right=325 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp go stack "Home" end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=182 top=299 right=327 bottom=218 -- title width / last selected line: 0 -- icon id / first selected line: 9301 / 9301 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Previous Card ----- HyperTalk script ----- on mouseUp get cd field "Previous Card" visual effect dissolve go card it end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=298 top=299 right=327 bottom=334 -- title width / last selected line: 0 -- icon id / first selected line: 27009 / 27009 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next Card ----- HyperTalk script ----- on mouseUp get cd field "Next Card" visual effect dissolve go card it end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=14 top=18 right=44 bottom=47 -- title width / last selected line: 0 -- icon id / first selected line: 2162 / 2162 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect dissolve go card "Table Of Contents" end mouseUp